home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Programy / MatrixY2K2005WebsiteStudio.exe / {app} / Matrix.exe / 0 / RCDATA / TTEXTSEARCHDIALOG / TTEXTSEARCHDIALOG.txt
Encoding:
Text File  |  2004-12-18  |  2.4 KB  |  125 lines

  1. object TextSearchDialog: TTextSearchDialog
  2.   Left = 560
  3.   Top = 275
  4.   BorderStyle = bsDialog
  5.   Caption = 'Search Text'
  6.   ClientHeight = 180
  7.   ClientWidth = 332
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 12
  23.     Width = 52
  24.     Height = 13
  25.     Caption = 'Search for:'
  26.   end
  27.   object cbSearchText: TComboBox
  28.     Left = 96
  29.     Top = 8
  30.     Width = 228
  31.     Height = 21
  32.     ItemHeight = 13
  33.     TabOrder = 0
  34.   end
  35.   object gbSearchOptions: TGroupBox
  36.     Left = 8
  37.     Top = 40
  38.     Width = 154
  39.     Height = 127
  40.     Caption = 'Options'
  41.     TabOrder = 1
  42.     object cbSearchCaseSensitive: TCheckBox
  43.       Left = 8
  44.       Top = 17
  45.       Width = 140
  46.       Height = 17
  47.       Caption = 'Case sensitivity'
  48.       TabOrder = 0
  49.     end
  50.     object cbSearchWholeWords: TCheckBox
  51.       Left = 8
  52.       Top = 39
  53.       Width = 140
  54.       Height = 17
  55.       Caption = 'Whole words only'
  56.       TabOrder = 1
  57.     end
  58.     object cbSearchFromCursor: TCheckBox
  59.       Left = 8
  60.       Top = 61
  61.       Width = 140
  62.       Height = 17
  63.       Caption = 'Search from caret'
  64.       TabOrder = 2
  65.     end
  66.     object cbSearchSelectedOnly: TCheckBox
  67.       Left = 8
  68.       Top = 83
  69.       Width = 140
  70.       Height = 17
  71.       Caption = 'Selected text only'
  72.       TabOrder = 3
  73.     end
  74.     object cbRegularExpression: TCheckBox
  75.       Left = 8
  76.       Top = 104
  77.       Width = 140
  78.       Height = 17
  79.       Caption = 'Regular expression'
  80.       TabOrder = 4
  81.     end
  82.   end
  83.   object rgSearchDirection: TRadioGroup
  84.     Left = 170
  85.     Top = 40
  86.     Width = 154
  87.     Height = 65
  88.     Caption = 'Direction'
  89.     ItemIndex = 0
  90.     Items.Strings = (
  91.       'Forward'
  92.       'Backward')
  93.     TabOrder = 2
  94.   end
  95.   object btnOK: TButton
  96.     Left = 170
  97.     Top = 149
  98.     Width = 75
  99.     Height = 23
  100.     Caption = 'OK'
  101.     Default = True
  102.     ModalResult = 1
  103.     TabOrder = 3
  104.   end
  105.   object btnCancel: TButton
  106.     Left = 249
  107.     Top = 149
  108.     Width = 75
  109.     Height = 23
  110.     Cancel = True
  111.     Caption = 'Cancel'
  112.     ModalResult = 2
  113.     TabOrder = 4
  114.   end
  115.   object ActionList1: TActionList
  116.     Left = 234
  117.     Top = 89
  118.     object CloseWindow: TAction
  119.       Caption = 'CloseWindow'
  120.       ShortCut = 27
  121.       OnExecute = CloseWindowExecute
  122.     end
  123.   end
  124. end
  125.